home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir31 / dmpc250.zip / DMPC.FMT < prev    next >
Text File  |  1994-09-26  |  1KB  |  90 lines

  1. ;Each definition must have a FORMAT extension (eg. MOD) and a unique MASK
  2. ;ie. you can't have two MASK values both being M. If HeaderLen=0 (default) then
  3. ;the name of the format is used as a description of the file in DMPC
  4. ;(eg. Creative Voice File for VOC).  HeaderOfs also defaults to 0.  Be warned,
  5. ;if you change the MASK values in DMPC.FMT, remember to change DMPC.CFG to the
  6. ;same values.  You can define up to 30 different formats.
  7.  
  8. [PSM]
  9. Format=PSM
  10. HeaderLen=0
  11. Mask=P
  12.  
  13. [DSM]
  14. Format=DSM
  15. HeaderLen=32
  16. HeaderOfs=4
  17. Mask=D
  18.  
  19. [Protracker]
  20. Format=MOD
  21. HeaderLen=20
  22. Mask=M
  23.  
  24. [ScreamTracker3]
  25. Format=S3M
  26. HeaderLen=20
  27. Mask=3
  28.  
  29. [Farandole]
  30. Format=FAR
  31. HeaderOfs=4
  32. HeaderLen=20
  33. Mask=F
  34.  
  35. [UltraTracker]
  36. Format=ULT
  37. HeaderOfs=15
  38. HeaderLen=20
  39. Mask=U
  40.  
  41. [MultiTracker]
  42. Format=MTM
  43. HeaderOfs=4
  44. HeaderLen=20
  45. Mask=T
  46.  
  47. [AMF - DMP format]
  48. Format=AMF
  49. HeaderOfs=4
  50. HeaderLen=20
  51. Mask=A
  52.  
  53. [ScreamTracker2]
  54. Format=STM
  55. HeaderLen=20
  56. Mask=S
  57.  
  58. [669]
  59. Format=669
  60. HeaderOfs=2
  61. HeaderLen=108
  62. Mask=6
  63.  
  64. [NoiseTracker]
  65. Format=NST
  66. HeaderLen=20
  67. Mask=N
  68.  
  69. [Protracker Studio 16]
  70. Format=PSM
  71. HeaderOfs=5
  72. HeaderLen=75
  73. Mask=1
  74.  
  75. [Windows Wave File]
  76. Format=WAV
  77. Mask=W
  78.  
  79. [Creative Voice File]
  80. Format=VOC
  81. Mask=V
  82.  
  83. [SoundTool]
  84. Format=SND
  85. Mask=O
  86.  
  87. [MIDI]
  88. Format=MID
  89. Mask=I
  90.